-
Notifications
You must be signed in to change notification settings - Fork 203
Add OpenCode support #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add OpenCode support #117
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- OpenCodeエージェントの定義をregistry.tsに追加 - Kiroプロンプトとステアリング用のコマンドテンプレートを作成 - マニフェストファイルでOpenCode固有の配置を定義 - 11のコマンドテンプレート(spec系, steering系, validate系)を追加 - AGENTS.mdクイックスタートドキュメントを包含 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- agentLayout.test.tsにOpenCodeのデフォルト設定テストを追加 - realManifestOpencode.test.tsで実マニフェストの動作確認を追加 - ダミーランと実際の適用処理をテスト - DarwinとLinux両方のプラットフォームでテストを実行 - プレースホルダー変換とファイル生成を検証 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- README.mdで対応エージェント数を7から8に更新 - インストールコマンドに--opencodeオプションを追加 - マイグレーションガイドでサポートエージェント数を修正 - 多言語README(日本語、繁体中文)を同期更新 - 統一ワークフローの説明で8エージェント対応を明記 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- 対応エージェント数を7から8に更新 - キーワードリストにopencodeを追加 - 説明文でサポートエージェント数を修正 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
コマンド間の参照パスを '/kiro:' から '/kiro-' に統一 - kiro-spec-*.md: コマンド参照形式をハイフン区切りに修正 - kiro-validate-*.md: バリデーションコマンドの参照を修正 - 一貫性のあるコマンド体系を確立 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- .opencode/command/spec-init.md → .opencode/command/kiro-spec-init.md のパスを修正 - Darwin/Linux両方のテストケースを更新 - 152個すべてのテストが成功することを確認 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
- AGENTS.md内の全てのコマンド参照を'kiro:'から'kiro-'に変更 - ワークフロー、ステータス確認、各種コマンドの表記形式を統一 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
|
Looking forward to merging this feature |
Owner
|
Related to #125 (OpenCode support - command-only version) |
Owner
|
@inovue |
This was referenced Feb 1, 2026
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive support for OpenCode to the cc-sdd tool, introducing a new agent template with specialized commands and documentation.
Key Changes
kiro-prefix for specification and validation workflows:kiro-spec-*(requirements, design, implementation, tasks, status, init)kiro-steering*(standard and custom)kiro-validate-*(design, implementation, gap analysis)Technical Details
kiro-naming convention for better organization and discoverabilityTesting
Files changed: 23 files
Added: 11 command templates + 2 documentation files + 1 manifest + 2 test files
Modified: 9 existing files (documentation, registry, package info, README files)